home *** CD-ROM | disk | FTP | other *** search
- Path: pegasus.montclair.edu!hubey
- From: hubey@pegasus.montclair.edu (H. M. Hubey)
- Newsgroups: comp.lang.c
- Subject: argv on VMS (was Re: Question on argv
- Date: 12 Feb 1996 13:26:45 -0500
- Organization: Montclair State University
- Message-ID: <hubey.824149407@pegasus.montclair.edu>
- References: <4eoq3c$45j@usenet.ucs.indiana.edu> <harmon.823153381@pegasus.montclair.edu> <TANMOY.96Feb10160209@qcd.lanl.gov>
- NNTP-Posting-Host: amiga.montclair.edu
- X-Newsreader: NN version 6.5.0 #68 (NOV)
-
- tanmoy@qcd.lanl.gov (Tanmoy Bhattacharya) writes:
-
- >There are other serious problems: nothing guarantees that the elements
- >of the argv `array' can be modified. argv itself (because it is a
-
- I have a related question on argc and argv[] on VMS.
-
- I have a problem getting VMS to accept the commanline argument
- to my program which expects one argument i.e. it should be
- of the form
-
- $ uedit junk.dat
-
- It works fine on Unix but not on VMS since VMS needs the "run"
- command so it becomes
-
- $ run uedit junk.dat
-
- so VMS apparently thinks that junk.dat modifies the run
- command. I tried things like
-
- $run uedit/input=junk.dat
-
- etc but it won't work. What's the correct format for VMS?
-
- --
- Regards, Mark
- Those who speak don't know. Those who know won't speak.
- http://www.smns.montclair.edu/~hubey hubey@pegasus.montclair.edu
-